home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / dtm / dtmconst.h < prev    next >
Text File  |  1991-06-18  |  129b  |  10 lines

  1. /*
  2.    File: igconst.h
  3.    Important constants.
  4. */
  5.  
  6. #define TRUE 1
  7. #define FALSE 0
  8. #define TRUESTR "True"
  9. #define FALSESTR "False"
  10.